home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / game / shoot / amigadoom_1_10.readme < prev    next >
Text File  |  1998-02-12  |  9KB  |  198 lines

  1. Short:    Amigadoom-1.10 0.6  (26/01/1998)
  2. Author:   trance@mail.org (Philipp Grosswiler)
  3. Uploader: trance@mail.org (Philipp Grosswiler)
  4. Type:     game/shoot
  5. Action:   NoStart
  6.  
  7. amigadoom-1.10 0.6ß - Jan 26 1998 (trance)
  8.  
  9. Thanks to all the alpha and beta testers on #amiga_warez
  10.  
  11. In case you still don't know, I have ported this piece of code to
  12. the Amiga, and my handle is trance, so if you see me on #amiga_warez
  13. and have some questions to ask or problems to report turn to me!
  14.  
  15. Do not be confused with the other port done by Peter McGavin (ADoom),
  16. which is also available on Aminet! There are some differences in the
  17. ports.
  18.  
  19. Check out http://amigadoom.home.ml.org for latest release and other
  20. information about the port!
  21.  
  22. Thanks to Thomas Tavoly and all the others for the Doom icons!
  23.  
  24. Thanks to Kamil Iskra for giving me tips for GNU C.
  25.  
  26. Greetings to Peter McGavin (ADoom)! You were the first one who had
  27. sound support in Doom!
  28.  
  29.  
  30. IMPORTANT:
  31.  
  32. This release has become beta (no more alphas), as this nasty major bug
  33. has been fixed now. You can freely distribute this version, there are
  34. no limitations from me (read the README.TXT from id Software to read the
  35. license!)
  36.  
  37. You should run this game by executing the script or by clicking on the
  38. icon from Workbench! You need to extend the stack, so it's easiest to
  39. first edit the script and then only start it with that!
  40.  
  41. Before you can start the action you will most probably need to install
  42. ixemul.library first! You can get the archive from ftp.ninemoons.com!
  43.  
  44. Since 0.4ß you should also check if you have installed lowlevel.library
  45. in the Libs: drawer. It is needed for Joystick / Game Controller.
  46.  
  47. From 0.5ß you finally have AHI sound support! Install the latest release
  48. and check it out! It is now working 100%!
  49.  
  50. If you want to use the panning function (stereo separation) you need to
  51. select an audio mode with (++) in the end (Paula:Fast 8 bit stereo++).
  52. You can change the sample rate (frequency) but it can slow down your
  53. machine (only recommended for fast machines!).
  54.  
  55. I compiled the whole code using the assembler-optimized sources from
  56. ADoom which makes amigadoom real fast with rtgmaster! Check it out!
  57. Thanks to Aki Laukkanen and Peter McGavin for those optimizations!
  58.  
  59.  
  60. Experimental:
  61.  
  62. I have added the networking code but it is not yet working 100%!
  63.   -net <consoleplayer> <host> <host> ...
  64.   -port <number>
  65.  
  66. where <consoleplayer> is your player number and the list of hosts are the
  67. players who want to join in. <host> is either the IP or the name of the
  68. host.
  69.  
  70. <consoleplayer> has to be different for each player who wants to join!
  71.  
  72. If you need to change the port number use -port <number>.
  73.  
  74. Let me know your experiences with this network game! I have tested the
  75. network code on the Internet and basically it is working (thanks to
  76. Quetzal for testing this with me :)... However, there are still some
  77. problems (e.g. crashes after some time)...
  78.  
  79.  
  80. Requirements:
  81.   ixemul-47.2      (ftp.ninemoons.com /pub/geekgadgets/current/amiga-bin/)
  82.   rtgmaster-33.0   (thanks to Steffen Häuser for his help!)
  83.   ahi-4.16         (ftp.germany.aminet.org /pub/aminet/mus/misc/)
  84.   lowlevel.library
  85.  
  86. Minimum Configuration:
  87.   Amiga OS 3.0+ with 68020 and 8MB of RAM
  88.  
  89.  
  90. History:
  91.   0.1ß   26/12/1997 initial alpha release
  92.   0.2ß   27/12/1997 RTG working now, AHI has still some problems
  93.                     added Amiga version string
  94.                     added -nosound for turning off sound
  95.                     added -pubscreen {name} to open window on public
  96.                           screen {name} or if {name} is missing it
  97.                           tries to open on the Workbench
  98.   0.2.1ß 28/12/1997 minor bug fix - now RTG also works on AGA computers
  99.                     thanks to Steffen Häuser for pointing me this out!
  100.   (sleeping for 7h)
  101.   0.3ß   28/12/1997 major bug fixed - damn INTEL format! now all textures
  102.                                       can be loaded and the menu cursor
  103.                                       (skull) can be used too :)
  104.                     added experimental networking code
  105.                           check this out and tell me!
  106.                     added -forcedemo to force playing demos from different
  107.                           game versions (WAD)!
  108.   (sleeping for 4h)
  109.          29/12/1997 testing AHI sound output...
  110.   (sleeping for 5h)
  111.          30/12/1997 testing AHI sound output... it is still not working!
  112.   (sleeping for 10h)
  113.   0.4ß   31/12/1997 added quitting the game when closing window on
  114.                           public screen (-pubscreen <name>)
  115.                     added gamma correction, use DEL/HELP key
  116.                     removed HOME environment variable
  117.                             default is now PROGDIR:
  118.                             you can use the option -basedir
  119.                             to change the HOME directory
  120.                     turned off mouse pointer on custom screen
  121.                     added support for joystick/game controller
  122.                           (mouse does not yet work)
  123.                           this need lowlevel.library to be installed!
  124.                     added output of version when starting Doom
  125.                     added exit handler (abnormal termination)
  126.                           maybe it helps shutting down things
  127.                           more friendly when crashing :)
  128.                     added non FPU version
  129.                     added FAQ file for users with problems
  130.      HAPPY NEW YEAR I wish everybody happy new year... I will go to
  131.                     party with some friends (drum'n'bass) ...
  132.   0.5ß   02/01/1998 first Aminet release
  133.                     added long awaited AHI sound support
  134.                           I rewrote the whole AHI part, now I use low
  135.                           level code.
  136.                     added option -chan <num> to select number of
  137.                           channels for AHI sound output
  138.                           default is 4 (you can not lower this)
  139.   0.6ß   25/01/1998 long time no release! I was really very busy with
  140.                     school but now I have some time again...
  141.                     added better memory management
  142.                     fixed sound click problem
  143.                     selected audio mode is now saved (DoomAHI.prefs)
  144.                     added mouse support (use -mouse to enable)
  145.                     added new rtgmaster.library and fast c2p routine
  146.                           use Suzy or c2p040 for real speedup!
  147.                     added assembler-optimized routines taken from ADoom
  148.  
  149. See you...
  150.  
  151.  
  152. ============================= Archive contents =============================
  153.  
  154. Original  Packed Ratio    Date     Time    Name
  155. -------- ------- ----- --------- --------  -------------
  156.     1887     936 50.3% 31-Dec-97 23:58:12 +Doom_1.info
  157.     2784    1340 51.8% 31-Dec-97 23:58:12 +DoomDoc.info
  158.    12200    7430 39.0% 01-Jan-98 15:37:26 +AmigaDoom.info
  159.    12200    7435 39.0% 01-Jan-98 15:37:24 +Doom.info
  160.    19417   17895  7.8% 30-Dec-97 18:33:44 +DOOM.info
  161.     1393     799 42.6% 30-Dec-97 23:31:14 +DOOM.info
  162.     9592    5454 43.1% 03-Jan-80 13:47:38 +DOOM.info
  163.     6332    2104 66.7% 30-Dec-97 21:28:36 +DOOM.info
  164.     9186    7653 16.6% 30-Dec-97 21:29:26 +Doom1.ilbm
  165.    19202   13876 27.7% 30-Dec-97 21:29:26 +DoomAmi.info
  166.     1570     860 45.2% 31-Dec-97 23:58:12 +Doom_2.info
  167.    17675    9753 44.8% 02-Jan-98 17:19:44 +AmigaDOOM.info
  168.    16945    7647 54.8% 01-Jan-98 02:44:42 +AmigaDoom1.info
  169.    16895    7609 54.9% 01-Jan-98 02:55:44 +AmigaDoom2.info
  170.    14748    5779 60.8% 30-Dec-97 06:31:20 +DoomLarge256ni.info
  171.     8360    2738 67.2% 30-Dec-97 06:31:58 +DoomLarge32ni.info
  172.    10172    3614 64.4% 30-Dec-97 06:31:38 +DoomLarge64ni.info
  173.    11817    4799 59.3% 30-Dec-97 06:33:30 +DoomSmall256ni.info
  174.     6677    2487 62.7% 30-Dec-97 06:33:06 +DoomSmall32ni.info
  175.     8137    3171 61.0% 30-Dec-97 06:32:40 +DoomSmall64ni.info
  176.    20617   20617  0.0% 03-Jan-80 12:22:16 +amigadoom-1.10.jpg
  177.     1456     904 37.9% 04-Jan-98 03:04:08 +Doom.info
  178.     6920    4022 41.8% 07-Nov-97 18:26:52 +lowlevel.library
  179.    20980   10175 51.5% 15-Jan-98 17:21:08 +rtgAMI.library
  180.    26828   10918 59.3% 15-Jan-98 17:38:02 +rtgCGX.library
  181.     1840     829 54.9% 01-Jan-98 17:30:30 +040
  182.    86392